SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.option.security
Interface SecureService

All Known Subinterfaces:
FileAccessService, FileSystemService

public interface SecureService

An interface for card services with cryptographic security mechanisms . It defines a standard way to pass credentials to a card service.It does not define any methods that could be used to access the smartcard. Therefore, it does not make sense for an application to request a card service that implements this interface.


Method Summary
 void provideCredentials(SecurityDomain domain, CredentialSet credentialSet)
          Provides credentials to a card service .
 

Method Detail

provideCredentials

public void provideCredentials(SecurityDomain domain,
                               CredentialSet credentialSet)
Provides credentials to a card service . The security domain should be specified as the path to the directory in which the application's card resident parts are located. The set of credentials should hold credentials for the respective card and card service implementation.

Parameters:
domain - the security domain for which to provide credentials .
credentialSet - the credentials for that domain .

SDK/J Authentication Package ver1.0
RICOH Confidential